﻿@charset "utf-8";

@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/Poppins-Bold/poppins-bold-webfont.woff2') format('woff2'),
        url('../fonts/Poppins-Bold/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/Poppins-Regular/poppins-regular-webfont.woff2') format('woff2'),
        url('../fonts/Poppins-Regular/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input, textarea{
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}

:root {
    /* 字号 */
    --font48: 48px;
    --font44: 44px;
    --font36: 36px;
    --font24: 24px;
    /* 段落字号 */
    --font20: 20px;
    --font16: 16px;
    --font14: 14px;
    /* 行高 */
    --line12: 1.3;
    --line13: 1.3;
    --line14: 1.4;
    --line16: 1.6;
    --line18: 1.8;
    /* 颜色 */
    --color333: #333333;
    --color666: #666666;
    --color999: #999999;
    --colorfff: #ffffff;
    --colormain1: #E60033;
    --colormain2: #B8032B;
    --colormain3: #003995;
    --colorbj1: #3E3939;
    --colorbj2: #E8F3FF;
    /* 板块间距 */
    --space120: 120px;
    --space44: 44px;
    /* 段落间距 */
    --parpspace14: 14px;
    --parpspace12: 12px;
    --parpspace10: 10px;
}

.std-h1 {
    font-size: var(--font48);
    color: var(--color333);
    line-height: var(--line12);
}

.std-h2,
.yxedr-active h2 {
    font-size: var(--font44);
    color: var(--color333);
    line-height: var(--line12);
}

.std-h3,
.yxedr-active h3 {
    font-size: var(--font36);
    color: var(--color333);
    line-height: var(--line13);
}

.std-h4,
.yxedr-active h4 {
    font-size: var(--font24);
    color: var(--color333);
    line-height: var(--line14);
}

.std-text1,
.std-text1 p {
    font-size: var(--font20);
    color: var(--color666);
    line-height: var(--line16);
}

.std-text2,
.std-text2 p {
    font-size: var(--font16);
    color: var(--color999);
    line-height: var(--line16);
}

.std-text3,
.std-text3 p {
    font-size: var(--font14);
    color: var(--color999);
    line-height: var(--line18);
}

.yxedr-active p {
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line16);
    margin-bottom: var(--parpspance);
}

.std-margin {
    margin-top: var(--space120);
}

.std-margin1 {
    margin-bottom: var(--space120);
}

.std-margin2 {
    margin-bottom: var(--space44);
}

.std-padding {
    padding-top: var(--space120);
}

.std-padding1 {
    padding-bottom: var(--space120);
}

.std-padding2 {
    padding-bottom: var(--space44);
}

.yxedr-active h2,
.std-text1 p,
.std-text3 p {
    margin-bottom: var(--parpspace12);
}

.yxedr-active h3,
.yxedr-active h4 {
    margin-bottom: var(--parpspace14);
}

.std-text2 p,
.yxedr-active p {
    margin-bottom: var(--parpspace10);
}

.yxedr-active h2,
.yxedr-active h3,
.yxedr-active h4 {
    color: var(--color666);
}

/* 英文站换行规则 */
/* p,div,h1,h2,h3,h4,h5,h6,span,a{ 
    word-wrap: normal; 
    word-break: keep-all; 
} */
/*分享翻译*/
.ys-wechat-cont-parga p::before {
    /*分享中文版本*/
    content: '分享到 - 微信';
    /*分享英文版本*/
    /* content: 'Share the - weixin'; */
}

/*导航默认选中*/
.yxnav-active1 .head-nav-item-title {
    color: var(--colormain1);
}

.yxnav-active2 .hnid-right-title2,
.yxnav-active2 .hnid-title3 {
    color: var(--colormain1);
}

.yxnav-active3 .hnid-right-title3 {
    color: var(--colormain1);
}

.yxnav-active3 .hnid-right-li2-cont img {
    opacity: 1;
    transform: translateX(0);
}

/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .2);
}

/* common - start */
.yx-search3-btn {
    width: 30px;
    line-height: 80px;
    position: relative;
}

.yx-search3-btn img {
    width: 100%;
    transition: all .36s;
}

.yx-search3img1 {
    position: relative;
    top: 0;
    left: 0;
}

.yx-search3img2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
}

.yx-search3box {
    position: relative;
    padding-left: 22px;
    margin-left: 18px;
}

.yx-search3box::before {
    width: 1px;
    height: 24px;
    background: var(--colorfff);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    left: 0;
}

.yx-search3xlbox {
    width: 100%;
    height: 350px;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 5px 13px rgba(35, 50, 64, 0.13);
    display: none;
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 99;
}

.yx-search3-tbox {
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    border-bottom: 1px solid #666;
}

.yx-search3xlbtn {
    width: 27px;
    line-height: 60px;
}

.yx-search3xlbtn img {
    width: 100%;
    transition: all .36s;
}

.yx-search3-xls {
    width: calc(100% - 27px);
    padding-right: 20px;
}

.yx-search3-xls input {
    font-size: 16px;
    line-height: 3.75;
    color: #666;
    width: 100%;
    transition: all .36s;
}

.yx-search3-xls input::placeholder {
    color: #666;
}

.yx-search3.act .yx-search3-btn .yx-search3img2 {
    opacity: 1;
}

.yx-search3.act .yx-search3-btn .yx-search3img1 {
    opacity: 0;
}

.yx-search3-btn.on .yx-search3img2 {
    opacity: 1;
}

.yx-search3-btn.on .yx-search3img1 {
    opacity: 0;
}

.ys-hd-pc {
    position: relative;
}

.ys-hd-pc .ys-cont1600 {
    display: flex;
    justify-content: space-between;
}

.head-nav {
    display: flex;
    margin-right: 10%;
}

.head-lang-bot {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    background: var(--colorfff);
    top: 100%;
    left: 0;
    width: 100%;
    padding: 38px 55px;
}

.head-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 205px;
    height: 80px;
    background: var(--colormain1);
    padding: 0 28px;
}

.head-nav-item {
    padding: 0 26px;
}

.head-nav-item-title {
    line-height: 80px;
    color: var(--color333);
    font-size: var(--font16);
    display: block;
    padding: 0 10px;
}

.head-lang-top {
    display: flex;
    align-items: center
}

.head-lang-top-icon {
    width: 36px;
}

.head-lang-top-arrow {
    width: 24px;
}

.head-right {
    display: flex;
    align-items: center;
}

.head-lang-top {
    cursor: pointer;
}

.head-lang-bot li a {
    color: var(--color666);
    font-size: var(--font16);
    line-height: var(--line16);
}

.head-lang-bot li {
    margin-bottom: 20px;
}

.head-lang-bot li:last-child {
    margin-bottom: 0;
}

.head-nav-item-down,
.ys-hd-pc.isfixed {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.ys-hd-pc {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--colorfff);
    width: 100%;
    z-index: 90;
}

.head-nav-item-down1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #3E3939;
    z-index: -1;
}
.hnid-left{
    position: relative;
}
.hnid-left::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #cacaca;
}

.head-nav-item-down .ys-cont1600 {
    display: flex;
    height: 100%;
}

.hnid-left {
    width: 17.5%;
}

.hnid-right {
    width: 82.5%;
    padding-left: 42px;
}

.hnid-left {
    color: var(--colormain1);
    font-size: 28px;
    line-height: var(--line12);
    padding-top: 100px;
}

.hnid-right-li1 {
    padding-right: 60px;
}

.hnid-right-ul1 {
    display: flex;
}

.hnid-right-title2 {
    color: var(--colorfff);
    font-size: var(--font16);
    line-height: 60px;
    white-space: nowrap;
}

.hnid-right-ul2 {
    margin-top: 40px;
}

.hnid-right-li2-cont {
    display: flex;
}

.hnid-right-title3 {
    color: var(--color666);
    font-size: 16px;
    line-height: 1.3;
    padding-right: 20px;
    white-space: nowrap;
}

.hnid-right-li2 {
    margin-bottom: 20px;
}

.hnid-right-li2 img {
    opacity: 0;
    transform: translateX(-5px);
}

.head-nav-item-down2 {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #F5F5F7;
    padding: 38px 20px;
}

.hnid-title3 {
    text-align: center;
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line16);
    display: block;
}

.head-nav-item-down2 li {
    margin-bottom: 30px;
}

.head-nav-item-down2 li:last-child {
    margin-bottom: 0;
}

.head-nav-item-down1 {
    position: fixed;
    top: 80px;
    width: 100%;
    height: 610px;
}

.head-lang.on .head-lang-top-arrow {
    transform: rotate(180deg);
}

.head-lang-bot li.on a {
    color: var(--colormain1);
}

.ys-footer {
    background: #F1F1F2;
    padding: 84px 0 0;
}

.foot-top-title {
    text-align: center;
}

.foot-top-title .std-h1,
.foot-top-title {
    margin-bottom: 20px;
}

.mod-btn-cont {
    display: flex;
    align-items: center;
}

.mod-btn-cont .std-text2 {
    line-height: 45px;
    color: var(--colorfff);
    padding-right: 8px;
    position: relative;
    z-index: 5;
}

.foot-top-btn .mod-color {
    margin-right: 24px;
}

.foot-top-btn {
    display: flex;
    justify-content: center;
}

.mod-btn::before {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(273deg, #E60033 0%, #EE1818 103.34%);
}

.mod-color::before {
    opacity: 1;
}

.mod-border .std-text2 {
    color: var(--colormain1);
}

.mod-border {
    border: 1px solid var(--colormain1)
}

.mod-btn {
    position: relative;
    width: 200px;
}

.mod-color img {
    width: 24px;
}

.mod-btn-cont {
    position: relative;
    z-index: 10;
}

.mod-grey {
    background: #F8F8F8;
}

.mod-grey .std-text2 {
    color: var(--color666);
}

.mod-part .std-text2 {
    color: var(--colormain1);
    padding-left: 18px;
}

.mod-part-img {
    width: 32px;
    height: 32px;
    border: 1px solid var(--colormain1);
    position: relative;
    border-radius: 50%;
}

.foot-top {
    padding-bottom: 54px;
    border-bottom: 1px solid #E1E1E1;
}

.foot-mid {
    padding: 55px 0;
    display: flex;
    justify-content: space-between;
}

.foot-mid-center {
    width: 41%;
}

.foot-mid-center>ul {
    display: flex;
}

.foot-mid-center a {
    display: block;
}

.foot-fs .ys-imgbox-cover {
    width: 62px;
}

.foot-fs ul,
.foot-fs-left,
.foot-bot-left,
.foot-bot-left ul,
.foot-bot-right ul,
.foot-bot,
.foot-bot-right {
    display: flex;
    align-items: center;
}

.foot-mid-logo {
    margin-bottom: 16px;
}

.foot-mid-stock,
.foot-mid-phone {
    margin-bottom: 30px;
}

.foot-mid-stock span,
.foot-mid-phone-num a {
    color: var(--colormain1);
    font-weight: bold;
}

.foot-mid-stock,
.foot-mid-phone .std-text2 {
    color: var(--color333);
}

.foot-mid-phone-num a {
    font-size: var(--font24);
    display: block;
    margin-top: 10px;
}

.foot-mid-center a {
    display: block;
    color: var(--color666);
    font-size: var(--font16);
    line-height: var(--line16);
    margin-bottom: 8px;
}

.foot-mid-center>ul>li>a {
    display: block;
    color: var(--color333);
    font-size: 18px;
    margin-bottom: 18px;
    line-height: var(--line16);
    margin-bottom: 16px;
}

.foot-mid-center>ul>li {
    padding: 0 40px;
}

.foot-mid-center>ul {
    margin: 0 -40px;
}

.foot-mid-right {
    text-align: center;
}

.foot-mid-right img {
    width: 150px;
}

.foot-mid-right .std-text2 {
    margin-top: 10px;
}

.foot-fs-back {
    position: relative;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: linear-gradient(273deg, #E60033 0%, #EE1818 103.34%);
}

.foot-fs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-fs-back img {
    width: 30px;
}

.foot-bot {
    justify-content: space-between;
}

.foot-bot-left {
    width: 40%;
}

.foot-bot-right {
    width: 60%;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.foot-bot a,
.foot-bot span {
    color: var(--color999);
    font-size: 12px;
    line-height: 1.3;
}

.foot-bot {
    margin-top: 25px;
    padding: 20px 0;
    border-top: 1px solid #E1E1E1;
}

.foot-bot-left li,
.foot-bot-right li {
    padding: 0 8px;
    position: relative;
}

.foot-bot-left ul,
.foot-bot-right ul {
    margin: 0 -8px;
}

.foot-bot-left li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: var(--color999);
}

.foot-bot-left li:last-child:before {
    opacity: 0;
}

.ys-footer {
    position: relative;
    overflow: hidden;
}

.foot_bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.foot_bj img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.foot-cont {
    position: relative;
    z-index: 10;
}

/* common - end */
/* 首页 - start */
.home-about {
    background: #3E3939;
    padding: 240px 0;
}

.home-about .std-h2,
.home-about .mod-part .std-text2 {
    color: var(--colorfff);
}

.home-about .mod-part-img {
    border-color: var(--colorfff);
}

.home-about-left {
    width: 48%;
    padding-right: 15%;
}

.home-about-right {
    width: 52%;
}

.home-about .ys-cont1600 {
    display: flex;
}

.home-about-right ul {
    display: flex;
    flex-wrap: wrap;
}

.home-about-right li {
    width: 50%;
}

.hari-icon {
    width: 65px;
    height: 65px;
    background: var(--colormain1);
    position: relative;
    border-radius: 5px;
    margin-bottom: 40px;
}

.hari-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
}

.home-about-right .std-h4 {
    color: var(--colorfff);
}

.home-about-right li {
    margin-bottom: 130px;
}

.home-about .std-text1 {
    color: var(--colorfff);
    opacity: 0.8;
    margin-bottom: 120px;
}

.home-title .std-h2 {
    margin-bottom: 16px;
}

.home-news .home-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mod-part {
    width: auto;
}

.home-news .home-title .mod-part-img {
    border-color: #221E1F;
}

.home-news .home-title .std-text2 {
    color: #221E1F;
}

.home-news-top a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.home-news-top-text {
    width: 40%;
    background: #F4EFE9;
}

.home-news-top .ys-imgbox-cover {
    width: calc(60% - 30px);
}

.home-news-top {
    margin-bottom: 30px;
}

.home-news-bot {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.home-news-bot-item {
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 24px;
    height: auto;
}
.home-news-bot-item a{
    display:block;
    height: 100%;
    background: #F8F8F8;
}

.home-news-top-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 55px;
}

.hntt-time {
    color: var(--color666);
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'poppins-regular' !important;
}

.hntt-cont .std-h3 {
    font-weight: bold;
    width: 70%;
    margin-bottom: 40px;
}

.home-news-top-text .std-text2 {
    margin-bottom: 36px;
}

.home-news-top-text .mod-part .std-text2 {
    margin-bottom: 0;
}

.hnbi-text {
    padding: 24px;
}

.hnbi-text .mod-part {
    margin-top: 98px;
}

.hnbi-text .mod-btn-cont {
    align-items: center;
    justify-content: flex-end;
}

.home-video {
    position: relative;
    margin-bottom: 100px;
}

.home-video-cont video,
.home-video-cont img {
    width: 100%;
}

.home-video-ph {
    display: none;
}

.home-video-cont video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-video .std-h1 {
    color: var(--colorfff);
}

.home-data-cont {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.home-data-cont li {
    width: 25%;
}

.ys-demo-num {
    font-family: 'poppins-bold' !important;
    font-size: 80px;
    line-height: 1.2;
    color: var(--colormain1);
    display: inline-block;
}

.home-data-num span {
    font-size: 40px;
    display: inline-block;
    color: var(--colormain1);
    font-weight: bold;
}

.home-data .mod-part .std-text2 {
    color: var(--color666);
    padding-left: 0;
    padding-right: 10px;
}

.home-data .mod-part .mod-part-img {
    border-color: var(--color666);
}

.head-lang.on .head-lang-bot {
    opacity: 1;
    pointer-events: all;
}

.ys-banner {
    margin-top: 80px;
    overflow: hidden;
}

.ys-ban-decor img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.ys-ban-decor-ph {
    display: none;
}

.ys-ban-txtbox {
    z-index: 20;
}

.ys-ban-text {
    width: 40%;
}

.ys-ban-text .std-h1 {
    font-weight: bold;
    color: var(--colorfff);
    margin-bottom: 10px;
}

.ys-ban-text .std-text1 {
    color: var(--colorfff);
}

.ys-ban-text .mod-btn {
    margin-top: 70px;
    display: inline-block;
}

.ys-ban-text .mod-btn .std-text2 {
    color: var(--colorfff);
}

.ys-ban-text .mod-btn .mod-part-img {
    border-color: var(--colorfff);
}

.yx-progr-bar {
    position: absolute;
    bottom: 29%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

.yx-progr-li {
    width: 35px;
    margin-right: 12px;
    position: relative;
    padding: 10px 0px;
    border-radius: 100px;
    cursor: pointer;
}

.yx-progr-li:last-child {
    margin-right: 0;
}

.yx-progr-li::before {
    opacity: .2;
}

.yx-progr-li::before,
.yx-progr-sp {
    height: 2px;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}

.yx-progr-sp {
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 0;
}

.on.yx-progr-li {
    width: 100px;
}

.ys-ban-li.slick-current .ys-ban-decor img {
    animation: logoui 4s ease-in-out .3s 1 normal forwards;
    -webkit-animation: logoui 4s ease-in-out .3s 1 normal forwards;
    -moz-animation: logoui 4s ease-in-out .3s 1 normal forwards;
    -o-animation: logoui 4s ease-in-out .3s 1 normal forwards;
    opacity: 0;
}

@keyframes logoui {
    0% {
        transform: translate(50%, -5%);
    }

    1% {
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: translate(-10%, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@-webkit-keyframes logoui {
    0% {
        transform: translate(50%, -5%);
    }

    1% {
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: translate(-20%, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.ys_ban_imgbox {
    -webkit-clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
}

.ys-ban-li.slick-current {
    animation: effect1 .8s linear forwards;
}

@keyframes effect1 {
    0% {
        clip-path: polygon(0% 0%, 0% 0%, 8% 100%, 0% 100%);
    }

    100% {
        clip-path: polygon(0% 0%, 100% 0, 120% 100%, 0% 100%);
    }
}

@-webkit-keyframes logoui {
    0% {
        clip-path: polygon(0% 0%, 0% 0%, 8% 100%, 0% 100%);
    }

    100% {
        clip-path: polygon(0% 0%, 100% 0, 120% 100%, 0% 100%);
    }
}

.ys-ban-txtbox {
    width: 100%;
}

.ys-ban-txtbox .ys-cont1600 {
    z-index: 20;
    position: relative;
}

.ys-ban-txtbox {
    padding: 30px 0 10px;
}

.ys-ban-bj {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.ys-ban-bj-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: var(--colormain1);
    -webkit-transform: skewX(-17.62deg);
    transform: skewX(-17.62deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all .5s;
}

.ys-ban-txtbox.on .ys-ban-bj-box {
    width: 100%;
    -webkit-transform: skewX(0);
    transform: skewX(0);
    -webkit-transition: width .5s cubic-bezier(0, .95, .59, 1), -webkit-transform .5s cubic-bezier(.23, .62, .42, .99) .2s;
    transition: width .5s cubic-bezier(0, .95, .59, 1), -webkit-transform .5s cubic-bezier(.23, .62, .42, .99) .2s;
    transition: width .5s cubic-bezier(0, .95, .59, 1), transform .5s cubic-bezier(.23, .62, .42, .99) .2s;
    transition: width .5s cubic-bezier(0, .95, .59, 1), transform .5s cubic-bezier(.23, .62, .42, .99) .2s, -webkit-transform .5s cubic-bezier(.23, .62, .42, .99) .2s;
}

.ys-ban-txtbox.active .ys-ban-bj-box {
    left: 120%;
    -webkit-transform: skewX(-17.62deg);
    transform: skewX(-17.62deg);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.ys-ban-txtbox::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 0;
    background: var(--colormain1);
    content: '';
    display: block;
}

.ys-ban-li.slick-current .ys-ban-txtbox::before {
    animation: effect2 .8s ease-in .5s forwards;
}

@keyframes effect2 {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@-webkit-keyframes effect2 {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.ys-ban-text .std-h1,
.ys-ban-text .std-text1,
.ys-ban-text .mod-btn {
    opacity: 0;
    transform: translateY(60px);
}

.ys-ban-li.slick-current .std-h1 {
    animation: ysfadeInUp 0.8s ease-in-out both;
    animation-delay: 0.3s;
}

.ys-ban-li.slick-current .std-text1 {
    animation: ysfadeInUp 0.8s ease-in-out both;
    animation-delay: 0.4s;
}

.ys-ban-li.slick-current .mod-btn {
    animation: ysfadeInUp 0.8s ease-in-out both;
    animation-delay: 0.5s;
}

.ys-ban-li.slick-current .ys-ban-text .mod-part-img {
    transform: scale(0.3);
    animation: zoomin 0.8s ease both;
    animation-delay: 0.8s;
}

@keyframes zoomin {
    0% {
        transform: scale(0.3);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(0.3);
    }

    100% {
        transform: scale(1);
    }
}

.home-prodt {
    position: relative;
}

.home-prodt-bj {
    position: absolute;
    top: 0;
    left: 0;
}

.home-prodt-cont {
    position: relative;
}

.home-prodt-left {
    width: 50%;
    padding-right: 130px;
    padding-top: 50px;
}

.home-prodt-right {
    width: 50%;
    overflow: hidden;
    position: relative;
    z-index: 30;
}

.home-prodt-cont .ys-cont1600 {
    display: flex;
    z-index: 20;
    transform: translate(-50%,-50%) translate3d(0,0,0);
}

.home-prodt-left-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
    padding-right: 20%;
}

.home-prodt-left-ul li {
    width: 50%;
    padding: 0 50px;
    margin-bottom: 26px;
}

.home-prodt-left-title .std-h2 {
    font-weight: bold;
}

.home-prodt-left-title {
    margin-bottom: 80px;
}

.home-prodt-left-ul a {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    position: relative;
    align-items: center;
}

.home-prodt-left-ul a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--colormain1);
}

.home-prodt-left-ul img {
    transform: translateX(-6px);
    opacity: 0;
}

.home-prodt-left-ul .std-text2 {
    color: var(--color666);
}

.ys-slick-item-cont {
    position: relative;
}

.home-prodt-right-mc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.home-prodt-right-mc img {
    width: 100%;
}

.home-prodt-control-prev,
.home-prodt-control-next {
    width: 44px;
    height: 44px;
    box-shadow: 0px 0px 7.3px rgba(134, 94, 94, 0.15);
    background: var(--colorfff);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.home-prodt-control-prev img:first-child,
.home-prodt-control-next img:first-child {
    opacity: 0;
}

.home-prodt-control {
    display: flex;
    align-items: center;
}

.home-prodt-control img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-prodt-control-dots {
    margin: 0 18px;
}

.home-prodt-control-dots span {
    color: var(--color999);
    font-size: 16px;
}

.home-prodt-control {
    margin-top: 20px;
}

.home-prodt-right .ys-slick-item .ys-imgbox-cover,
.home-prodt-right .ys-slick-item .home-prodt-right-mc {
    /* width: auto; */
    transform: scale(0.8);
}

.home-prodt-right .ys-slick-item.slick-current .ys-imgbox-cover,
.home-prodt-right .ys-slick-item.slick-current .home-prodt-right-mc {
    transform: scale(1);
    opacity: 1;
}

.ys-slick-item-cont .ys-imgbox-cover {
    opacity: .5;
}

/* 首页 - end */
/* 内页 - start */
.ys-bread {
    position: absolute;
    bottom: 24.5px;
    left: 50%;
    transform: translateX(-50%);
}

.ys-nyban-title-cont {
    width: 50%;
}

.ys-nybanner {
    margin-top: 80px;
}

.ys-nyban-title p {
    font-size: var(--font20);
}

.ys-nyban-title h1 {
    font-size: var(--font44);
    font-weight: bold;
    margin-bottom: 20px;
}

.ys-nybanner .ys-imgbox-cover img:last-child {
    opacity: 0;
}

.ys-bread li a {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
}

.ys-bread-list::before {
    content: '';
    position: absolute;
    top: 56%;
    right: -5px;
    transform: translateY(-50%);
    background: url(../images/c1_1icon002.svg) center/cover no-repeat;
    width: 8px;
    height: 18px;
}

.prolt-top {
    background: var(--colorfff);
    padding: 35px 0;
    border-bottom: 1px solid #e1e1e1;
}

.prolt-top .ys-cont1600 {
    display: flex;
    justify-content: space-between;
}

.prolt-top .ys-select {
    width: calc(50% - 12px);
}

.prolt-top .ys-select-hd {
    background: #F8F8F8;
}

.prolt-top .ys-select-hd input {
    height: 50px;
    padding: 0 18px;
    color: var(--color666);
    font-size: 20px;
}

.prolt-top .ys-select-xtbbox {
    right: 18px;
}

.ys-select-hd input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: var(--color666);
    font-size: 20px;
}

.ys-select-hd input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--color666);
    font-size: 20px;
}

.ys-select-hd input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--color666);
    font-size: 20px;
}

.ys-select-hd input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: var(--color666);
    font-size: 20px;
}

.prolt-top .ys-select-bd {
    top: 61px;
    padding: 18px 26px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.prolt-top .ys-select-li {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color666);
    margin-bottom: 10px;
}

.prolt-top .ys-select-li:last-child {
    margin-bottom: 0;
}

.prolt-tab {
    border-bottom: 1px solid #e1e1e1;
}

.prolt-tab ul {
    display: flex;
}

.prolt-tab li a {
    display: block;
    line-height: 92px;
    color: var(--color999);
    position: relative;
    font-size: var(--font16);
}

.prolt-tab li a::before,
.prolt-last li .ys-imgbox-cover::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--colormain1);
    z-index: 1;
}

.prolt-last {
    background: #F8F8F8;
}

.prolt-tab li {
    padding-right: 40px;
}

.prolt-last ul li {
    width: 33.333333%;
    padding: 0 18px;
    margin-bottom: 80px;
}

.prolt-last ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.prolt-last li .ys-imgbox-cover {
    background: var(--colorfff);
}

.prolt-last-text {
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.prolt-last-text-tag {
    color: var(--colormain1);
    margin-bottom: 8px;
}

.prolt-last-text .std-h4 {
    margin-bottom: 8px;
}

.prolt-last-text- {
    color: var(--color666);
}

.prolt-last li .mod-part .std-text2 {
    padding-left: 0;
}

.prolt-last li .mod-part .mod-part-img {
    border: 1px solid rgba(51, 51, 51, .3);
}

.prolt-tab li.on a {
    color: var(--colormain1);
}

.prolt-tab li.on a::before {
    width: 100%;
}

.prolt-last .mod-btn,
.news-cont .mod-border {
    margin: 0 auto;
}

.prolt-last .mod-grey .mod-btn-cont {
    border: 1px solid var(--colormain1);
    justify-content: center;
}

.prolt-last .mod-grey .std-text2 {
    color: var(--colormain1);
}

.prolt-last .mod-grey .ys-imgbox-contain img:last-child {
    opacity: 0;
}

.ys-footer .mod-btn-cont,
.prolt-last .mod-border .mod-btn-cont,
.news-cont .mod-border .mod-btn-cont {
    justify-content: center;
}

.ny-hdcolor .ys-bread {
    position: relative;
}

.ny-hdcolor .ys-hd-pc {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.ny-hdcolor .ys-main {
    margin-top: 140px;
}

.ny-hdcolor .ys-bread li a {
    color: var(--color999);
}

.news-cont .std-h1 {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.news-cont .home-news-cont {
    margin-bottom: 60px;
}

.newsdt-main h1 {
    text-align: center;
}

.newsdt-title {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: solid 1px #ededed;
    margin-bottom: 30px;
}

.newsdt-bot {
    padding-top: 40px;
    border-top: solid 1px #ededed;
    margin-top: 40px;
}

.newsdt-bot li span {
    color: var(--font14);
    color: var(--color999);
    line-height: var(--line16);
}

.newsdt-bot li span:first-child {
    color: var(--color333);
}

.newsdt-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsdt-bot-back a {
    width: 200px;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    border: 1px solid #eaeaea;
    display: block;
    color: #666;
    font-size: 16px;
}

.ys-bread-list:first-child {
    transform: translateY(-2.5px);
}

.ys-nybanner1 .std-h1 {
    text-align: center;
}

.ys-nybanner1 .ys-nyban-title-cont {
    width: 100%;
}

.ys-nybanner1 .ys-video-btn {
    width: 78px;
    margin: 60px auto 0;
    cursor: pointer;
}

.ys-nybanner1 .ys-nyban-title h1 {
    margin-bottom: 60px;
}

.ys-nybanner1 .ys-bread,
.ys-nybanner2 .ys-bread,
.ys-nybanner3 .ys-bread,
.ys-nybanner4 .ys-bread {
    position: absolute;
    bottom: inherit;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
}

.intro-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #E1E1E1;
}

.intro-title .std-text2 {
    width: 41.25%;
    padding-left: 44px;
    border-left: 1px solid #E1E1E1;
}

.intro-title .std-h2 {
    width: 58.75%;
    color: var(--colormain1);
}

.intro-item-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.intro-item-ul li {
    width: 25%;
    padding: 0 20px;
}

.intro-item-icon {
    width: 44px;
    margin-bottom: 24px;
}

.intro-item-ul .std-h4 {
    margin-bottom: 24px;
}

.intro-item-ul .std-text2 {
    margin-bottom: 50px;
    height: calc(1.6em*3);
}

.intro-item-ul .mod-btn .std-text2 {
    height: auto;
    margin-bottom: 0;
    color: var(--color666);
}

.intro-item-ul .mod-btn .mod-part-img {
    border-color: rgba(51, 51, 51, .26);
}

.ys-nybanner1 .ys-bread-list::before,
.ys-nybanner2 .ys-bread-list::before,
.ys-nybanner4 .ys-bread-list::before {
    background: url(../images/c1_1icon003.svg) center / cover no-repeat;
}

.speech-bj,
.speech-bj img {
    width: 100%;
}

.speech-edr {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.speech-cont {
    position: relative;
}

.speech-text {
    width: 50%;
}

.speech-text .std-h3 {
    color: var(--colormain1);
    margin-bottom: 24px;
}

.brand-text {
    display: flex;
    justify-content: space-between;
}

.brand-text-left {
    width: 50%;
    position: relative;
}

.brand-text-left:first-child::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 100%;
    background: #E1E1E1;
    transform: translateY(-50%);
}

.brand-text {
    padding: 40px 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.brand-cont .std-h2 {
    padding-bottom: 40px;
}

.brand-text-left:first-child {
    padding-right: 40px;
}

.brand-text-left:last-child {
    padding-left: 40px;
}

.brand-top-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.brand-top-li {
    width: 12.5%;
    padding: 0 16px;
    margin-bottom: 32px;
}

.brand-top-li .ys-imgbox-cover img:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.brand-top {
    padding: 40px 0 8px;
}

.brand-top-li .ys-imgbox-cover {
    border: 1px solid #E5E5E5;
    cursor: pointer;
}

.brand-bot-li-logo li {
    width: 170px;
    margin-right: 88px;
    position: relative;
}

.brand-bot-li-logo ul {
    display: flex;
    align-items: center;
}

.brand-bot-li-logo {
    padding: 40px 0;
}

.brand-bot-li-logo li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -44px;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #E1E1E1;
}

.brand-bot-li-logo li:last-child:before {
    display: none;
}

.bbll-right .std-h4 {
    color: var(--colormain1);
}

.brand-bot-li {
    display: none;
}

.brand-bot-li.on {
    display: block;
}

.brand-top-li.on .ys-imgbox-cover img:last-child {
    opacity: 0;
}

.brand-top-li.on .ys-imgbox-cover img:nth-child(2) {
    opacity: 1;
}

.brand-top-li.on .ys-imgbox-cover {
    background: var(--colormain1);
}

.history-main .ys-main {
    background: #F8F8F8;
}

.form-left,
.form-right {
    width: 50%;
}

.form-left {
    padding-right: 90px;
}

.form-right {
    padding-left: 60px;
}

.form-cont {
    padding: 80px 0;
    position: relative;
    z-index: 10;
}

.form-cont::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #F8F8F8;
    content: '';
}

.form-left h1 {
    color: var(--color333);
    font-size: 52px;
    line-height: var(--line13);
    margin-bottom: 80px;
    width: 81%;
}

.form-left-cta {
    margin-bottom: 60px;
}

.form-left-cta-title {
    margin-bottom: 30px;
}

.form-left-cta li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.form-left-cta li .std-h4 {
    padding-left: 12px;
}

.form-left-cta .std-h4 a {
    color: var(--colormain1);
    font-family: 'poppins-bold' !important;
}

.form-left-brand-li {
    width: 20%;
    padding: 0 !important;
    margin-bottom: 48px;
}

.form-left-brand-ul {
    display: flex;
    margin: 0 !important;
    flex-wrap: wrap;
}

.form-cont .ys-cont1600 {
    display: flex;
}

.form-right h2 {
    font-weight: bold;
    color: var(--color333);
    font-size: 32px;
    margin-bottom: 55px;
}

.form-right-item-li {
    width: 50%;
    padding: 0 10px;
}

.form-right-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.form-right-item-li label {
    background: var(--colorfff);
    display: flex;
    padding: 0 20px;
}

.form-right-item-li p {
    color: var(--color666);
    font-size: 16px;
    line-height: 50px;
    white-space: nowrap;
}

.form-right-item-li span {
    color: var(--colormain1);
}

.form-right-item-li input {
    height: 50px;
    padding: 0 0 0 15px;
    flex-grow: 1;
    font-size: 16px;
}

.form-right-item {
    margin-bottom: 20px;
}

.form-right-item .ys-select-hd {
    background: var(--colorfff);
    padding-left: 5px;
}

.form-right-item .ys-select-xtbbox {
    right: 20px;
}

.form-right-item1 .form-right-item-li {
    width: 100%;
}

.form-right-item1 P {
    line-height: var(--line14);
    margin-bottom: 5px;
}

.form-right-item1 label {
    display: block;
    padding: 16px 20px;
}

.form-right-item1 textarea {
    width: 100%;
    resize: none;
}

.form-right-item2 .form-right-item-li {
    display: flex;
}

.form-right-item2 label {
    width: 50%;
}

.form-right-item2 .form-right-item-li {
    width: 100%;
}

.fril-yzm {
    display: flex;
    padding-left: 20px;
    align-items: center;
}

.fril-yzm-left {
    width: 160px;
    cursor: pointer;
}

.fril-yzm-right {
    width: 32px;
    cursor: pointer;
    margin-left: 12px;
}

.form-right-read .std-text3 {
    color: var(--color333);
    padding-left: 8px;
}

.form-right-read-icon {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid var(--colormain1);
    cursor: pointer;
    position: relative;
}

.form-right-read {
    display: flex;
    align-items: center;
}

.form-right-read a {
    color: var(--color333);
}

.form-right button {
    margin-top: 44px;
    background: var(--colormain1);
    color: var(--colorfff);
    font-size: 16px;
    line-height: 45px;
    width: 156px;
    text-align: center;
}

.form-right-read-icon img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.form-right-read-icon.on img{
    opacity: 1;
}

.form-right-read-icon.on {
    background: var(--colormain1);
}

.form-right-item .ys-select-bd {
    padding: 15px 20px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    height: 150px;
}

.form-right-item .ys-select-li {
    line-height: 1.75;
    color: var(--color333);
    font-size: 16px;
}

.form-right-item .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}

.form-right-item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.history-cont .std-h2 {
    color: var(--colormain1);
}

.history-top-li {
    width: 20%;
    cursor: pointer;
}

.history-top-li-time {
    line-height: 50px;
    color: var(--color333);
    font-size: 24px;
    text-align: center;
}

.history-mid-li {
    width: 100%;
}

.history-top-li {
    background: var(--colorfff);
}

.history-top-li.on {
    background: var(--colormain1);
}

.history-top-li.on .history-top-li-time {
    color: var(--colorfff);
}

.history-mid .history-mid-li {
    display: none;
}

.history-mid .history-mid-li.on {
    display: block;
}

.history-top {
    margin-bottom: 44px;
}

.history-mid .history-mid-li {
    background: var(--colorfff);
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.history-mid-li-cont {
    padding: 44px;
    display: flex;
    align-items: center;
}

.history-mid-li-left {
    width: 20%;
    padding-left: 30px;
}

.history-mid-li-right {
    width: 80%;
}

.history-mid-li-right p {
    padding-left: 20px;
    position: relative;
}

.history-mid-li-right p::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--color666);
}

.history-mid .history-mid-li-left {
    color: var(--colormain1);
}

.history-mid .history-mid-li-right p {
    color: var(--color333);
}

.history-mid .history-mid-li-right p::before {
    background: var(--color333);
}

.history-bot .history-mid-li {
    border-bottom: 1px solid #e1e1e1;
}

.history-bot .history-mid-li.on {
    display: none;
}
.history-cont-swiper{
    position: relative;
}
.history-cont-swiper-prev {
    width: 30px !important;
    height: 50px !important;
    background: var(--colorfff) !important;
    z-index: 10 !important;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
}

.history-cont-swiper-next {
    width: 30px !important;
    height: 50px !important;
    background: var(--colorfff) !important;
    z-index: 10 !important;
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
}
.history-cont-swiper .ys-imgbox-cover img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.history-cont-swiper .ys-imgbox-cover img:last-child{
    opacity: 0;
}
.history-cont-swiper .ys-imgbox-cover{
    cursor: pointer;
}
/* .history-cont-swiper-prev.swiper-button-disabled,
.history-cont-swiper-next.swiper-button-disabled {
    opacity: .5 !important;
    cursor: inherit;
} */

.history-top .swiper-button-next:before {
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    width: 6px;
    height: 100%;
    background: #f8f8f8;
}

.history-top .swiper-button-prev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 6px;
    height: 100%;
    background: #f8f8f8;
}

.ys-nybanner2 .ys-nyban-title-cont {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ys-nybanner2 .mod-btn {
    margin-top: 32px;
}

.ys-nybanner2 .mod-part-img {
    border-color: var(--colorfff);
}

.ys-nybanner2 .mod-btn .std-text2 {
    color: var(--colorfff);
}

.ys-nybanner2 h1 {
    font-weight: normal;
}

.indus-news,
.indus-prodt {
    background: #F8F8F8;
}

.indus-news .hnbi-text {
    background: var(--colorfff);
}

.indus-intro-bj,
.indus-intro-bj img {
    width: 100%;
}

.indus-intro .indus-intro-title {
    width: 53%;
    margin: 0 auto;
    text-align: center;
}

.indus-intro .std-h2 {
    margin-bottom: 18px;
}

.indus-intro-scenes {
    position: relative;
}

.iisp-item {
    position: absolute;
}

.iisp-item-cricle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(230, 0, 51, .2);
    animation: round1 3s linear infinite;
}

.iisp-item-cricle2 {
    animation: round1 3s 1s linear infinite;
}

.iisp-item-cricle3 {
    animation: round1 3s 2s linear infinite;
}

@keyframes round1 {
    0% {
        opacity: 1;
        transform: scale(0);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

/* @keyframes round2 {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
} */
.iisp-item-icon {
    width: 50px;
    height: 50px;
    background-color: var(--colormain1);
    border-radius: 50%;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iisp-item-icon img {
    position: relative;
    z-index: 5;
    width: 100%;
    vertical-align: top;
    transition: all 0.3s;
    border-radius: 50%;
}

.iisp-item-bot {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: -15px;
    z-index: 1;
    padding: 0 28px 0 70px;
    height: 60px;
    transform: translateY(-50%);
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.iisp-item-bot::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    z-index: 1;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    transition: all 0.3s;
    border-radius: 1000px;
}

.iisp-item-bot p {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s 0s;
    color: var(--color333);
    font-size: 24px;
    padding-left: 10px;
}

.iisp-item {
    cursor: pointer;
}

.indus-prodt .ys-imgbox-cover {
    margin-bottom: 30px;
}

.indus-prodt .indus-prodt-text .std-h4 {
    margin-bottom: 8px;
}

.indus-prodt-text-top .std-text2 {
    height: calc(1.6em*2);
}

.indus-prodt-text-top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.indus-prodt-text .std-text2 {
    padding-left: 0;
}

.indus-prodt-text .mod-part-img {
    border-color: rgba(51, 51, 51, .26);
}

.indus-prodt-text .mod-btn-cont .std-text2,
.indus-prodt-text .home-title .std-text2 {
    padding-right: 16px;
}

.indus-prodt .home-title .std-text2 {
    color: var(--colormain1);
}

.indus-prodt .home-title .mod-part-img {
    border-color: rgba(51, 51, 51, .26);
}

.indus-prodt .swiper-container-horizontal>.swiper-pagination-progressbar {
    top: inherit;
    bottom: 49px;
    width: calc(100% - 275px);
    height: 2px;
    right: 0;
    left: inherit;
    background: #E1E1E1;
}

.indus-prodt .swiper-wrapper {
    margin-bottom: 70px;
}

.indus-prodt-arrow {
    width: 230px;
    margin-right: 45px;
    display: flex;
}

.indus-prodt .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--colormain1);
}

.indus-prodt-arrow .swiper-button-next,
.indus-prodt-arrow .swiper-button-prev,
.indus-prodt-arrow-next,
.indus-prodt-arrow-prev {
    position: static;
    display: flex;
    top: 50%;
    width: 120px;
    height: 100px;
    border: 1px solid #D9D9D9;
    margin-top: 0;
}

.indus-prodt-arrow .swiper-button-prev,
.indus-prodt-arrow-prev {
    border-right-color: transparent;
}

.indus-prodt-arrow .swiper-button-next:after,
.indus-prodt-arrow .swiper-button-prev:after {
    content: '';
}

.indus-prodt-arrow .swiper-button-next,
.indus-prodt-arrow-next {
    border-radius: 0 100px 100px 0;
}

.indus-prodt-arrow .swiper-button-prev,
.indus-prodt-arrow-prev {
    border-radius: 100px 0 0 100px;
}

.indus-prodt-arrow .swiper-button-next.swiper-button-disabled,
.indus-prodt-arrow .swiper-button-prev.swiper-button-disabled,
.indus-prodt-arrow-next.swiper-button-disabled,
.indus-prodt-arrow-prev.swiper-button-disabled {
    opacity: 1;
}

.indus-prodt-arrow .swiper-button-prev img,
.indus-prodt-arrow .swiper-button-next img {
    width: 50px;
}

.indus-case .swiper-slide {
    width: 33.333333% !important;
    margin-right: 40px;
}

.indus-case .std-h2 {
    margin-bottom: 40px;
}

.indus-case-right {
    display: flex;
}

.indus-case-cont {
    width: 270px;
}

.indus-case .swiper-container {
    width: 1600px;
}

.indus-case-left {
    margin-top: 64px;
}

.indus-case-cont .indus-prodt-arrow {
    width: 186px;
}

.indus-prodt-arrow-prev,
.indus-prodt-arrow-next {
    height: 80px;
    cursor: pointer;
}

.indus-prodt-arrow-prev img,
.indus-prodt-arrow-next img {
    margin: 0 auto;
    width: 40px;
}

.indus-case-right-cont {
    position: relative;
}

.icrc-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 30px 35px;
    z-index: 2;
}

.icrc-text .std-h4,
.icrc-text .std-text2 {
    color: var(--colorfff);
}

.icrc-text .std-h4 {
    margin-bottom: 24px;
}

.icrc-text {
    transform: translateY(110px);
}

.ys-nybanner3 .ys-bread .ys-imgbox-cover img:last-child {
    opacity: 1;
}

.ys-nybanner3 .ys-bread .ys-imgbox-cover img:first-child {
    opacity: 0;
}

.ys-nybanner3 .ys-bread .ys-bread-list a {
    color: var(--color666);
}

.ys-nybanner3 .ys-nyban-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ys-nyban-cont {
    padding: 130px 0 120px;
}

.ys-nyban-pic {
    width: 1150px;
    margin: 0 auto 80px;
}

.ys-nyban-text {
    text-align: center;
    margin-bottom: 60px;
}

.ys-nyban-text .std-text1 {
    margin-bottom: 10px;
    color: var(--colormain1);
}

.ys-nyban-text .std-h2 {
    font-weight: bold;
}

.ys-nyban-bot .std-text1 p {
    color: var(--color666);
}

.ys-nyban-bot {
    text-align: center;
    width: 760px;
    margin: 0 auto;
}
.ys-nyban-text{
    width: 800px;
    margin: 0 auto;
}

.ys-nyban-bot .mod-btn {
    margin: 40px auto 0;
}

.ys-nyban-bot .mod-btn-cont {
    justify-content: center;
}

.prodt-list .swiper-slide {
    width: 33.333333%;
    padding: 0 20px;
}

.prodt-list .swiper-wrapper {
    margin: 0 -20px;
}

.prodt-spec-top .std-h2 {
    text-align: center;
}

.prodt-spec-top-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.prodt-spec-top-li {
    width: 25%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.pstl-cont {
    position: relative;
    background: #F5F5F6;
}

.pstl-cont .pstl-title {
    position: absolute;
    top: 40px;
    left: 40px;
    color: var(--colormain1);
    font-size: 32px;
}

.pstl-cont .std-text2 {
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 0 40px;
}

.prodt-spec-top {
    margin-bottom: 22px;
}

.prodt-spec-bot {
    position: relative;
}

.prodt-spec-bot-ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.psbu-ul {
    display: flex;
}

.prodt-spec-bot-ul .std-h3,
.psbu-li .std-h2,
.psbu-li .std-text1 {
    color: var(--colorfff);
}

.psbu-li {
    padding: 0 80px;
    text-align: center;
    position: relative;
}

.psbu-li .std-h2 {
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--colormain1);
}

.psbu-li .std-h2 span {
    color: var(--colorfff);
    font-size: 16px;
}

.psbu-li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 90%;
    background: #E1E1E1;
    transform: translateY(-50%);
}

.psbu-li:last-child:before {
    display: none;
}

.prodt-spec-top-li .std-text2 {
    color: #53575A;
    height: calc(1.6em * 3);
    overflow: hidden;
}

.prodt-topo .std-h2 {
    text-align: center;
}

.prodt-topo .prodt-topo-img {
    width: 400px;
    margin: 0 auto;
}

.prodt-apli,
.prodt-para {
    background: #F8F8F8;
}

.prodt-apli-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.prodt-apli-li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.prodt-apli-item {
    position: relative;
    display: block;
}

.prodt-para .std-h2 {
    text-align: center;
}

.prodt-para-cont {
    width: 1050px;
    margin: 0 auto;
}

.prodt-apli-text {
    width: 70%;
    z-index: 5;
}

.prodt-apli-text-title,
.prodt-apli-text .std-text2 {
    color: var(--colorfff);
}

.prodt-apli-text-title {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
    z-index: 10;
}

.prodt-apli-item .mod-part-img {
    border-color: rgba(255, 255, 255, .26);
}

.prodt-apli-item .mod-part .std-text2 {
    padding-left: 0;
    padding-right: 15px;
    color: var(--colorfff);
}

.prodt-apli-item .mod-btn-cont {
    justify-content: center;
}

.prodt-apli-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
    opacity: 0;
}

.prodt-para-table tr,
.prodt-para-table table {
    width: 100%;
}

.prodt-para-table td {
    width: 50%;
    padding: 20px;
    line-height: 1.75 !important;
    overflow: hidden;
    color: var(--color666);
    font-size: 16px;
}

.prodt-para-table tr:nth-child(odd) {
    background: #F1F1F2;
}

.prodt-para-table tr:nth-child(even) {
    background: var(--colorfff);
}

.prodt-para-table table {
    border-collapse: collapse;
}

.prodt-para-cont .mod-color {
    width: 100%;
    /* display: none; */
}

.prodt-para-cont .mod-btn-cont {
    justify-content: center;
}

.prodt-para-note {
    text-align: center;
    margin-top: 70px;
    line-height: 1.5;
}

.prodt-para-note p {
    color: var(--color999);
    font-size: 18px;
    line-height: var(--line16);
}

.prodt-para-cont.on .mod-btn {
    display: block;
}

.prodt-apli-text {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.ys-nybanner4 h1 {
    color: var(--colormain1);
}

.ys-nybanner4 .ys-nyban-title-cont {
    margin: 0 auto;
    text-align: center;
    width: 70%;
}

.about-fult-bj img,
.about-fult-bj {
    width: 100%;
}

.about-global-img-pos {
    position: absolute;
    top: 0;
    left: 0;
}

.about-fult-bj {
    position: relative;
}

.about-title {
    text-align: center;
}

.about-comp-ul {
    display: flex;
    flex-wrap: wrap;
}

.about-comp-li {
    width: 25%;
    margin-bottom: 60px;
}

.about-comp-li .ys-demo-num {
    font-family: 'poppins-regular' !important;
    font-size: 54px;
}

.about-comp-li-num span {
    color: var(--colormain1);
    font-size: 18px;
}

.acln-text {
    color: var(--color999);
    font-size: 16px;
    line-height: 1.5;
}

.about-comp-intro {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-comp-intro img {
    width: 30px;
}

.about-comp-intro p {
    padding-left: 4px;
    color: var(--color999);
    font-size: 16px;
}

.about-comp-intro a {
    color: var(--colormain1);
}

.about-comp-bot {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.about-comp-bot-li {
    width: 50%;
    padding: 0 20px;
}

.about-comp-bot-li a {
    position: relative;
}

.acbl-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px;
}

.about-comp-bot-li .mod-btn {
    position: absolute;
    bottom: 40px;
    right: 36px;
}

.acbl-text .std-h4 {
    margin-bottom: 14px;
    color: var(--color333);
    opacity: .8;
}

.acbl-text .std-h2 {
    margin-bottom: 5px;
}

.acbl-text .std-text2 {
    color: var(--color333);
    opacity: .5;
}

.about-comp-bot-li:nth-child(2) .std-h4 {
    opacity: .8;
    color: var(--colorfff);
}

.about-comp-bot-li:nth-child(2) .acbl-text .std-text2 {
    opacity: .5;
    color: var(--colorfff);
}

.about-comp-bot-li:nth-child(2) .std-h2 {
    color: var(--colorfff);
}

.acbl-img img {
    width: 100%;
}

.about-comp-bot-li .mod-btn .mod-part-img {
    border-color: rgba(51, 51, 51, .26);
}

.about-comp-bot-li .mod-btn .std-text2 {
    color: var(--color666);
    font-size: 20px;
}

.about-comp-bot-li:nth-child(2) .std-text2 {
    color: var(--colorfff);
}

.about-comp-bot-li:nth-child(2) .mod-btn .mod-part-img {
    background: var(--colorfff);
    border-color: var(--colorfff);
}

.about-brand {
    position: relative;
}

.about-brand-cont {
    width: 50%;
    background: var(--colorfff);
    padding: 44px;
}

.about-brand-li {
    width: 16.666667%;
    padding: 0 6px;
    margin-bottom: 12px;
}

.about-brand-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px 38px;
}

.about-brand .about-title {
    text-align: left;
    margin-bottom: 24px;
}

.about-brand .about-title .std-h2 {
    margin-bottom: 24px;
}

.about-brand-li .ys-imgbox-cover {
    border: 1px solid #E5E5E5;
}

.about-brand-bj,
.about-brand-bj img {
    width: 100%;
}

.about-cult .about-title {
    width: 50%;
    margin: 0 auto 80px;
}

.about-cult-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.about-cult-li {
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 26px;
    border-left: 2px solid var(--color999);
    position: relative;
}

.about-cult-li .std-text1 {
    margin-bottom: 16px;
}

.about-cult-li .std-h3 {
    margin-bottom: 24px;
}

.about-cult-li .std-text1,
.about-cult-li .std-h3,
.about-cult-li .std-text2 {
    padding-right: 45px;
}

.about-cult-li .std-text2 p:last-child {
    margin-bottom: 0;
}

.about-cult-li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    width: 2px;
    background: var(--colormain1);
    height: 0;
}

.about-fult {
    position: relative;
}

.about-fult .about-title {
    z-index: 10;
    width: 33%;
    top: 55%;
}

.about-fult .about-title .std-text2 {
    width: 65%;
    margin: 0 auto;
    color: var(--color666);
}

.about-fult .about-title .std-h2,
.about-global .about-title .std-h2 {
    margin-bottom: 24px;
}

.about-global .about-title {
    width: 50%;
    margin: 0 auto 90px;
}

.about-global-img,
.about-global-img img {
    width: 100%;
}

.about-global .about-title .std-text2 {
    color: var(--color666);
}

.indus-intro-scenes-li {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    background: var(--colorfff);
    z-index: 50;
    padding: 60px 160px 60px 100px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.indus-intro-scenes {
    position: relative;
}

.iisl-arrow-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #333;
    cursor: pointer;
}

.iisl-arrow-close img {
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.indus-intro-scenes-cont .ys-slick-item {
    display: flex;
}

.iisl-left {
    width: 50%;
    padding-right: 78px;
    height: 100%;
}

.indus-intro-scenes-cont .ys-slick-item .ys-imgbox-cover {
    width: 50%;
}

.iisl-left .std-h4 {
    margin-bottom: 10px;
}

.iisl-left .std-text2 {
    color: var(--color333);
    margin-bottom: 14px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px;
}

.iisl-left .mod-btn .std-text2 {
    color: var(--colormain1);
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    padding-left: 0;
    padding-right: 10px;
    padding-bottom: 0;
}

.iisl-left .mod-btn .mod-part-img {
    border-color: rgba(51, 51, 51, .26);
}

.indus-intro-scenes-li .indus-prodt-arrow-prev,
.indus-intro-scenes-li .indus-prodt-arrow-next {
    position: relative;
    height: 66px;
}

.indus-intro-scenes-li .home-prodt-control {
    margin-top: 0;
}

.indus-intro-scenes-ul .indus-prodt-arrow {
    width: 156px;
    margin-right: 24px;
}

.indus-intro-scenes-ul .home-prodt-control-dots {
    margin: 0;
}

.iisl-arrow-right {
    color: var(--color999);
    font-size: 16px;
}

.home-data .home-video-cont {
    transform: scale(calc(1 - var(--vary)));
    transform-origin: bottom center;
}

.home-data .std-h1 {
    color: var(--colorfff);
}

.home-data {
    position: relative;
}

.home-data-title {
    height: calc(100% * calc(1 - var(--vary)));
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-num .std-h3 {
    opacity: 0;
    pointer-events: none;
    margin-bottom: 20px;
}

.home-data-title .std-h1 {
    --font1: 48;
    --font2: 36;
    --realLeft: calc(var(--wordLeft) * var(--pro) * -1);
    --realBot: calc(var(--wordBottom) * var(--pro));
    --realSize: calc(1 - calc(calc(calc(var(--font1) - var(--font2)) / var(--font1)) * var(--pro)));
    --realColor: calc(255 - 204 * var(--pro));
    transform: translate(var(--realLeft), var(--realBot)) scale(var(--realSize));
    color: rgba(var(--realColor), var(--realColor), var(--realColor), 1);
    transform-origin: left center;
}

.about-fult .ys-fadeleft1 {
    animation: fadeInLeft 2s ease-in-out both;
    animation-delay: 0s;
}

.about-fult .ys-faderight1 {
    animation: fadeInRight 2s ease-in-out both;
    animation-delay: 0s;
}

.about-fult .ys-fadeup6 {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 1s;
}

.about-fult.on .about-global-img-seg {
    animation: seg 1.2s ease-in-out 1 normal forwards;
    animation-delay: 1.2s;
}

.about-global-img-seg {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 0;
    overflow: hidden;
}

@keyframes seg {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@-webkit-keyframes seg {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.mod-part .std-text2 {
    color: var(--colormain1);
    padding-left: 18px;
}

.home-num .mod-btn .std-text2 {
    padding-left: 0;
    padding-right: 10px;
    color: var(--color666);
}

.home-num .mod-btn .mod-part-img {
    border-color: var(--color666);
}

.home-prodt-cont .home-prodt-left .ys-slick-item .std-h2,
.home-prodt-cont .home-prodt-left .ys-slick-item .std-h4,
.home-prodt-cont .home-prodt-left .ys-slick-item .home-prodt-left-ul {
    opacity: 0;
    transform: translateY(60px);
}

.home-indus .swiper-slide {
    position: relative;
}

.home-indus-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 8.625%;
}

.home-indus-text-cont .std-h1 {
    color: var(--colorfff);
    margin-bottom: 20px;
}

.home-indus-text-cont .std-h4 {
    color: var(--colorfff);
    margin-bottom: 70px;
}

.home-indus-text-cont {
    width: 60%;
}

.home-indus-text-ul {
    display: flex;
    flex-wrap: wrap;
}

.home-indus {
    position: relative;
}

.home-indus::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background: #3E3939;
}

.home-indus.on .ys-cont1600 {
    width: 100%;
}

.home-prodt.on .home-prodt-left .ys-slick-item.slick-current .std-h2 {
    animation: ysfadeInUp 0.8s ease-in-out both;
    animation-delay: 0.1s;
}

.home-prodt.on .home-prodt-left .ys-slick-item.slick-current .std-h4 {
    animation: ysfadeInUp 0.8s ease-in-out both;
    animation-delay: 0.2s;
}

.home-prodt.on .home-prodt-left .ys-slick-item.slick-current .home-prodt-left-ul {
    animation: ysfadeInUp 0.8s ease-in-out both;
    animation-delay: 0.3s;
}

.home-prodt.on .home-prodt-right .ys-slick-item.slick-current .home-prodt-right-mc {
    animation: mc 0.8s ease-in-out both;
    animation-delay: 0.4s;
}

@keyframes mc {
    0% {
        top: 10%;
        left: -100%;
    }

    100% {
        top: 0%;
        left: 0%;
    }
}

@-webkit-keyframes mc {
    0% {
        top: 10%;
        left: -100%;
    }

    100% {
        top: 0%;
        left: 0%;
    }
}
.ys-slick-item-cont{
    overflow: hidden;
}

.indus-intro-scenes-li {
    opacity: 0;
    pointer-events: none;
}

.indus-intro-scenes-li.on {
    opacity: 1;
    pointer-events: all;
    animation: pop .5s ease-out normal forwards;
}

@keyframes pop {
    0% {
        top: 100%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes pop {
    0% {
        top: 100%;
    }

    100% {
        top: 50%;
    }
}

.home-indus-cont {
    transform: scale(calc(1 - calc(var(--pro) * var(--sacle))));
    transform-origin: top center;
}

.home-indus-cont {
    /* height: calc(calc(var(--num) * 20vh) + 100vh); */
    position: relative;
}

.home-indus-cont .swiper {
    width: 100%;
}

/* .home-indus-cont.on .swiper{
    position: fixed;
    top:var(--height);
    left: 0;
} */
.home-indus-cont.active .swiper {
    position: absolute;
    top: calc(var(--num) * 20vh);
    left: 0;
}

.home-indus-cont .ys-imgbox-cover img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.home-indus-swiper {
    max-width: 2560px;
    position: sticky;
    top: 0;
    left: 0;
}

.home-indus-cont.on .swiper {
    position: sticky;
    top: 0;
    left: 0;
}
.home-part{
    overflow: hidden;
}
.home-indus{
    overflow: visible;
}
.home-indus-text-ul{
    display: flex;
}
.home-indus-text-li{
    margin-right: 24px;
}
.home-indus-text-li a{
    border:1px solid rgba(51,51,51,.5);
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    padding: 0 0 0 30px;
    display: flex;
    align-items: center;
}
.hitl-text{
    color: var(--colorfff);
    font-size: 18px;
    line-height: 48px;
}
.hitl-img{
    overflow: hidden;
    width: 28px
}
.home-indus-text-li img{
    transform: translateX(-28px);
    width: 28px;
    opacity: 0;
}
.head-logo{
    line-height: 80px;
    width: 170px;
}
.foot-mid-center ul>li:last-child a{
    margin-bottom: 20px;
}
.ys-ph-navbar4 .ys-ph-nav li.yxnav-active1>.ys-phnav-lisbox .ys-phnav-header-font, .ys-ph-navbar4 .ys-ph-nav li.yxnav-active1>.ys-phnav-lisbox a, .ys-ph-navbar4 .ys-ph-nav li.yxnav-active2>.ys-phnav-lisbox .ys-phnav-header-font, .ys-ph-navbar4 .ys-ph-nav li.yxnav-active3>.ys-phnav-lisbox .ys-phnav-header-font{
    color: var(--colormain1);
}
.ys-nybanner1 .ys-nyban-title h1 {
    margin-bottom: 0;
}


/* 内页 - end */
.form-right-item input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 16px;
    color: var(--color666);
}

.form-right-item input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    color: var(--color666);
}

.form-right-item input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: var(--color666);
}

.form-right-item input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 16px;
    color: var(--color666);
}
.hnbi-text .std-text1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.prolt-last-text-word,
.indus-prodt-text .std-text2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.intro-item-ul .std-text2,
.icrc-text .std-h4,
.icrc-text .std-text2
 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.icrc-text .std-h4 {
    height: calc(1.4em * 3);
}
.icrc-text .std-text2{
    height: calc(1.6em * 3);
}
.ys-ban-li:not(:first-child),
.ys-slick-item:not(:first-child) {
    display: none;
}
.history-top{
    width: calc(100% - 80px);
    margin: 0 auto 50px;
}
.history-mid .history-mid-li-right p:last-child{
    margin-bottom: 0;
}
.form-right-item-li input{
    flex-grow: 1;
}
.form-right-item1 label p{
    white-space: inherit;
}
.form-main .ys-main {
    margin-top: 80px;
}
.about-global-img-seg img{
    width: 100%;
}
.news-main .ys-bread,
.newsdt-main  .ys-bread{
    bottom: 35px;
}
.indus-intro {
    position: relative;
    z-index: 10;
}
.home-part .std-h2{
    font-weight: bold;
}
.home-prodt-right  .ys-slick-item-cont img,
.home-prodt-right  .ys-slick-item-cont{
    width: 100%;
}
.prolt-last-item{
    display: none;
}
.prolt-last-item.on{
    display: block;
}
.home-prodt-right-mc{
    width: 100%;
}
.ys-ban-text .mod-part .mod-part-img{
    transition: all 0s !important;
}
.ys-ban-txtbox .ys-pos-center{
    transform: translate(-50%,-50%) translate3d(0,0,0);
}
.iisp-item.on .iisp-item-bot{
    right: -15px;
    left: auto;
    padding: 0 70px 0 28px;
}
.iisp-item.on .iisp-item-bot p{
    padding-left: 0;
}








.history-cont-swiper-prev img,
.history-cont-swiper-next img,
.history-top-li-time,
.history-mid-li-cont,
.history-mid-li-cont .history-mid-li-left,
.history-mid-li-cont .history-mid-li-right p
{
    transition: all .36s !important;
}
.head-lang-bot li a,
.head-nav-item-title,
.hnid-right-title3 .hnid-right-li2 img,
.hnid-right-title2,
.hnid-right-title3,
.hnid-right-li2-cont img,
.hnid-title3,
.head-lang-top-arrow,
.mod-color::before,
.mod-color,
.mod-btn::before,
.mod-border .std-text2,
.ys-imgbox-contain img,
.mod-grey,
.mod-part .std-text2,
.mod-part .std-text2,
.foot-mid-center a,
.foot-bot a,
.mod-part .mod-part-img,
.head-lang-bot,
.yx-progr-li,
.home-prodt-left-ul a::before,
.home-prodt-left-ul img,
.home-prodt-right .ys-slick-item .ys-imgbox-cover,
.home-prodt-right .ys-slick-item .home-prodt-right-mc,
.home-prodt-control-prev,
.home-prodt-control-next,
.home-prodt-control-prev img,
.home-prodt-control-next img,
.ys-select-li,
.prolt-tab li a::before,
.prolt-tab li a.foot-bot,
.prolt-last li .ys-imgbox-cover,
.prolt-last li .ys-imgbox-cover::before,
.newsdt-bot-back a,
.newsdt-bot li span,
.intro-item-ul .std-h4,
.brand-top-li .ys-imgbox-cover,
.form-right-read-icon,
.form-right button,
.history-top-li,
.icrc-text,
.pstl-cont,
.prodt-apli-item::before,
.prodt-apli-text,
.prodt-apli-text-title,
.about-cult-li .std-text1,
.about-cult-li .std-h3,
.about-cult-li::before,
.home-indus .ys-cont1600,
.home-indus-text-li img,
.home-indus-text-li a,
.hitl-text,
.history-cont-swiper-prev,
.history-cont-swiper-next,
.history-cont-swiper-prev img:first-child,
.history-cont-swiper-next img,
.form-right-read a
 {
    transition: all .5s;
}

.ys-imgbox-contain img,
.ys-imgbox-cover img {
    transition: all .8s;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {

    .head-lang-bot li a:hover,
    .head-nav-item-title:hover,
    .hnid-right-title2:hover,
    .hnid-right-title3:hover,
    .hnid-title3:hover,
    .foot-mid-center a:hover,
    .prolt-top .ys-select-li:hover,
    .prolt-tab li a:hover,
    .newsdt-bot li:hover span:last-child,
    .intro-item-ul li:hover .std-h4,
    .form-right-read a:hover{
        color: var(--colormain1);
    }

    .hnid-right-li2-cont:hover img {
        opacity: 1;
        transform: translateX(0);
    }

    .mod-color:hover::before {
        opacity: 0;
    }

    .mod-color:hover {
        background: var(--colormain2);
    }

    .mod-border:hover::before {
        opacity: 1;
    }

    .mod-border:hover .std-text2 {
        color: var(--colorfff);
    }

    .mod-border:hover .ys-imgbox-contain img:first-child {
        opacity: 1;
    }

    .mod-border:hover .ys-imgbox-contain img:last-child {
        opacity: 0;
    }

    .mod-grey:hover {
        background: #E1E1E1;
    }

    .mod-part:hover .std-text2,
    .home-news-top a:hover .mod-part .std-text2,
    .home-news-bot-item a:hover .mod-part .std-text2 {
        transform: translateX(10px);
    }

    .home-news-top a:hover .ys-imgbox-cover img {
        transform: scale(1.05);
    }

    .home-data .mod-part:hover .std-text2 {
        transform: translateX(0);
    }

    .home-data .mod-part:hover .mod-part-img {
        transform: translateX(10px);
    }

    .home-prodt-left-ul li a:hover::before {
        width: 100%;
    }

    .home-prodt-left-ul li a:hover img {
        opacity: 1;
        transform: translateX(0);
    }

    .home-prodt-control-prev:hover,
    .home-prodt-control-next:hover {
        background: var(--colormain1);
        box-shadow: 0px 0px 7.3px rgba(134, 94, 94, 0);
    }

    .home-prodt-control-prev:hover img:first-child,
    .home-prodt-control-next:hover img:first-child {
        opacity: 1;
    }

    .home-prodt-control-prev:hover img:last-child,
    .home-prodt-control-next:hover img:last-child {
        opacity: 0;
    }

    .prolt-tab li a:hover::before,
    .prolt-last li a:hover .ys-imgbox-cover::before {
        width: 100%;
    }

    .prolt-last li a:hover .mod-btn .std-text2 {
        transform: translate(0);
    }

    .prolt-last li a:hover .mod-btn .mod-part-img,
    .intro-item-ul li:hover .mod-btn .std-text2 {
        transform: translate(10px);
    }

    .newsdt-bot-back a:hover {
        background: var(--colormain1);
        color: var(--colorfff);
    }

    .brand-top-li .ys-imgbox-cover:hover {
        background: var(--colormain1);
    }

    .brand-top-li .ys-imgbox-cover:hover img:last-child {
        opacity: 0;
    }

    .brand-top-li .ys-imgbox-cover:hover img:nth-child(2) {
        opacity: 1;
    }

    .form-right button:hover {
        background: var(--colormain2);
    }

    .history-top-li:hover .history-top-li-time{
        background: var(--colormain1);
    }

    .history-top-li-time:hover {
        color: var(--colorfff);
    }

    .iisp-item:hover .iisp-item-bot::before {
        opacity: 1;
        width: 95%;
    }

    .iisp-item:hover .iisp-item-icon img,
    .iisp-item:hover .iisp-item-bot p {
        opacity: 1;
        transition: all 0.3s 0.3s;
    }

    .iisp-item:hover .iisp-item-cricle {
        display: none;
    }

    .indus-prodt .swiper-slide a:hover .mod-part .std-text2 {
        transform: translateX(0);
    }

    .indus-prodt .home-title .mod-part:hover .std-text2 {
        transform: translateX(0);
    }

    .indus-case-right-cont:hover .icrc-text {
        transform: translateY(0);
    }

    .indus-case-right-cont:hover .ys-imgbox-cover img {
        transform: scale(1.05);
    }

    .pstl-cont:hover {
        background: var(--colorfff);
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    }

    .prodt-apli-item:hover .prodt-apli-text {
        top: 60%;
        opacity: 1;
    }

    .prodt-apli-item:hover .prodt-apli-text-title {
        top: 30%;
    }

    .prodt-apli-item:hover .prodt-apli-text .std-text2 {
        transform: translateX(0);
    }

    .prodt-apli-item:hover::before {
        opacity: 1;
    }

    .about-cult-li:hover::before {
        height: 100%;
    }

    .about-cult-li:hover .std-h3 {
        color: var(--colormain1);
    }

    .ys-slick-item .mod-btn:hover .mod-part-img {
        transform: translateX(10px);
    }

    .ys-slick-item .mod-btn:hover .std-text2 {
        transform: translateX(0);
    }
    .home-indus-text-li a:hover{
        background: var(--colormain1);
        border-color: var(--colormain1);
        padding-right: 30px;
    }
    .home-indus-text-li a:hover img{
        transform: translateX(0);
        opacity: 1;
    }
    .home-indus-text-li a:hover .hitl-text{
        color: var(--colorfff);
        padding-right: 10px;
    }
    .history-cont-swiper-prev:hover,
    .history-cont-swiper-next:hover{
        background: var(--colormain1) !important;
    }
    .history-cont-swiper-prev:hover img:last-child,
    .history-cont-swiper-next:hover img:last-child{
        opacity: 1;
    }
    .history-cont-swiper-prev:hover img:first-child,
    .history-cont-swiper-next:hover img:first-child{
        opacity: 0;
    }
    .home-toghter .mod-part:hover .std-text2{
        transform: translateX(0);
    }
    .home-toghter .mod-part:hover .mod-part-img{
        transform: translateX(10px);
    }
    .iisp-item:hover .iisp-item-top{
        position: relative;
        z-index: 20;
    }
    .iisp-item:hover .iisp-item-bot{
        z-index: 10;   
    }
    .history-mid-li-cont:hover{
        background: var(--colorfff);
    }
    .history-mid-li-cont:hover .history-mid-li-left{
        color: var(--colormain1);
    }
    .history-mid-li-cont:hover .history-mid-li-right p{
        color: var(--color333);
    }
}
.inside_page .ys-hd-pc {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}
.prodt-main .ys-nyban-text{
    margin-bottom: 20px;
}
.indus-case-right-cont::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(53, 47, 47, 0.00) 0%, #352F2F 110.41%);
    z-index: 1;
}
.bbll-right{
    width: auto !important;
}
.form-right-item .mCSB_outside+.mCSB_scrollTools {
    right: 10px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
}
.form-right-item .ys-select-bd {
    padding: 15px 20px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    height: 115px;
}
.form-right-item-li .ys-select #mCSB_1_scrollbar_vertical{
    opacity: 0;
}
.form-right-item-li .ys-select.zindex #mCSB_1_scrollbar_vertical{
    animation: scrool .1s ease both;
    animation-delay: .3s;
}
@keyframes scrool {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.about-brand .ys-pos-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) translate3d(0, 0, 0);
}
.brand-top{
    border-bottom: 1px solid #E1E1E1;
}
.ys-cont1300{
    width: 1300px;
    margin: 0 auto;
}
.form-main .ys-bread {
    bottom: 56px;
}
/* 24.05.08 新增*/
.chem-sect{
    display: flex;
}
.chem-sect .ys-cont1600{
    display: flex;
}
.chem-sect .std-h2{
    color: var(--colormain1);
    width: 50%;
    padding-right: 60px;
}
.chem-sect .std-text2{
    width: 50%;
    padding-left: 44px;
    border-left: 1px solid #E1E1E1;
}
.chem-sect .std-text2 p{
    color: var(--color666);
}
.indus-main .indus-intro-title{
    margin-bottom: 40px;
}

/* 2024.7.3新增 --ada */
.retrieval-page-top{
    padding-top: 61px;
    position: relative;
    display: flex;
    padding-bottom: 92px;
}
.retrieval-page-cont-item1{
    width:224px;
    position: relative;
}
.rpci-top{
    border: 1px solid #B6B2B2;
    padding:8px 14px 8px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--colorfff);
    cursor: pointer;
}
.rpci-top-text{
  font-size: 18px;
  color: var(--color666);
  line-height: var(--line12);  
}
.rpci-top-icon{
    width: 9px;
    position: relative;
}
.rpci-top-icon {
    transform: rotate(180deg);
}
.rpci-bottom{
    position: absolute;
    width: 100%;
    display: none;
    z-index: 10;
}
.rpci-bottom-ul{
    padding: 11px 10px 28px 20px;
    border: 1px solid #B6B2B2;
    border-top: none;
    height: 160px;
    background-color: var(--colorfff);
}
.rpci-bottom-ul li{
    line-height: var(--line12);
    padding-bottom: 11px;
    transition: all .4s;
    cursor: pointer;
}
.rpci-bottom-ul li:last-child{
    padding-bottom: 0;
}
.rpci-top-icon img{
    transition: all .6s;
}
.retrieval-page-cont-item1.on .rpci-top-icon img{
    transform: rotate(180deg);
}
.retrieval-page-cont-item2{
    margin-left: 18px;
    border: 1px solid #B6B2B2;
    display: flex;
    width: 383px;
    position: relative;
}
.rpci-input{
    width: calc(100% - 40px);
}
.rpci-input input{
    padding: 10px 12px;
    width: 100%;
}
.rpci-input input::placeholder{
    font-size: 18px;
    line-height: var(--line12);
    color: #C1C1C1;
}
.rpci-icon{
    width: 40px;
    height: 100%;
    position: absolute;
    right:0;
    background-color: #E00700;
    position: relative;
    cursor: pointer;
}
.rpci-icon img{
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.retrieval-main .ys-cont1200 {
    margin: 0;
    padding-left: 164px;
}
.rpbu-li-left{
    width: 29%;
    padding: 10px 0;
    border: 1px solid #B6B2B2;
    position: relative;
    cursor: pointer;
}
.rpbu-li-right{
    width: 71%;
    padding-left: 51px;
}
.rpbu-li-right-address{
    padding-bottom: 64px;
    color:#E00700;
    line-height: var(--line14);
}
.rpbu-li-right-title{
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 24px;
    line-height: var(--line14);
    color: #000000;
}

.rpbu-li-right-text{
    color:var(--color666) ;
    line-height: var(--line14);
}
.rpbu-li{
    display: flex;
    padding-bottom: 60px;
}
.rpbu-li-left-img{
    width: 43%;
    margin: 0 auto;
}
.rpbu-li-left-icon{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
}
.rpbu-li:last-child{
    padding-bottom: 0;
}
.rpbu-li-left{
    position: relative;
}
.rpbu-li-left-bg{
    width: 100%;
    height: 100%;
}
.rpbu-li-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 1200px) {
    .rpci-bottom-ul li:hover{
        color: var(--colormain1);
    }
}
/* 2024.7.3新增 --ada */
.foot-bot-left li, .foot-bot-right li {
    padding: 0 3px;
    position: relative;
}
.foot-bot-left ul, .foot-bot-right ul {
    margin: 0 -3px;
}


